static gboolean
gtk_css_selector_matches_type (const GtkCssSelector *selector,
- /* const */ GtkWidgetPath *path,
+ const GtkWidgetPath *path,
guint id)
{
if (selector->name == NULL)
static gboolean
gtk_css_selector_matches_region (const GtkCssSelector *selector,
- /* const */ GtkWidgetPath *path,
+ const GtkWidgetPath *path,
guint id,
const char * region)
{
static gboolean
gtk_css_selector_matches_rest (const GtkCssSelector *selector,
- /* const */ GtkWidgetPath *path,
+ const GtkWidgetPath *path,
guint id)
{
if (selector->ids)
static gboolean
gtk_css_selector_matches_previous (const GtkCssSelector *selector,
- /* const */ GtkWidgetPath *path,
+ const GtkWidgetPath *path,
guint id,
GSList *regions);
static gboolean
gtk_css_selector_matches_from (const GtkCssSelector *selector,
- /* const */ GtkWidgetPath *path,
+ const GtkWidgetPath *path,
guint id,
GSList *regions)
{
static gboolean
gtk_css_selector_matches_previous (const GtkCssSelector *selector,
- /* const */ GtkWidgetPath *path,
+ const GtkWidgetPath *path,
guint id,
GSList *regions)
{
**/
gboolean
_gtk_css_selector_matches (const GtkCssSelector *selector,
- /* const */ GtkWidgetPath *path,
+ const GtkWidgetPath *path,
guint length)
{
GSList *list;
GtkStateFlags _gtk_css_selector_get_state_flags (GtkCssSelector *selector);
gboolean _gtk_css_selector_matches (const GtkCssSelector *selector,
- /* const */ GtkWidgetPath *path,
+ const GtkWidgetPath *path,
guint length);
int _gtk_css_selector_compare (const GtkCssSelector *a,
const GtkCssSelector *b);